SftTree/OCX 7.0

SftTreeItem.DependentAllCount Property

Softel vdm, Inc.

Returns the item's number of all dependents.

Syntax       

Get

VB.NET

Count = object.DependentAllCount  As Integer

VB

Count = object.DependentAllCount  As Long

C#.NET

int Count = object.DependentAllCount;

VC++

long Count = object->DependentAllCount;
long Count = object->GetDependentAllCount();

C

HRESULT object->get_DependentAllCount(long* Count);

Delphi

Count := object.DependentAllCount   : Integer;

object

A SftTreeItem object.

Count

Returns the item's number of all dependents, including immediate and indirect dependents.

Comments

The DependentAllCount property returns the item's number of all dependents.  

The Item.DependentCount property can be used to determine the item's number of immediate dependents.

See Also  SftTreeItem Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com